home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000143_arthur.marsh@adelaide.edu.au_Thu May 17 10:16:53 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  4KB  |  77 lines

  1. Article: 12438 of comp.protocols.kermit.misc
  2. From: "Arthur Marsh" <arthur.marsh@adelaide.edu.au>
  3. Newsgroups: comp.protocols.kermit.misc
  4. References: <3b02359b$0$43047$456d72a3@news.skynet.be> <3B023789.D5FAA37E@adelaide.edu.au> <3b024d95$0$3124$456d72a3@news.skynet.be>
  5. Subject: Re: kermit command line argument for config of many modems
  6. Date: Wed, 16 May 2001 20:01:51 +0930
  7. Lines: 59
  8. X-Priority: 3
  9. X-MSMail-Priority: Normal
  10. X-Newsreader: Microsoft Outlook Express 5.50.4522.1200
  11. X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
  12. NNTP-Posting-Host: 210.9.18.129
  13. Message-ID: <3b02572d_5@news.chariot.net.au>
  14. X-Trace: 16 May 2001 20:02:13 +0950, 210.9.18.129
  15. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!news.verio.net!nntp.frontiernet.net!nntp-new.frontiernet.net!nntp.gblx.net!newspeer2.tds.net!out.nntp.be!propagator-dallas!news-in-dallas.newsfeeds.com!newspeer1.nac.net!netnews.com!news-out.visi.com!hermes.visi.com!news1.optus.net.au!optus!yorrell.saard.net!duster.adelaide.on.net!news.saix.saia.asn.au!news.chariot.net.au!210.9.18.129
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12438
  17.  
  18. If you want to have kermit monitor multiple modems, you would need to run
  19. the kermit program once for each serial port being monitored, passing the
  20. serial port as a command line argument if you only wanted to have the one
  21. script.
  22.  
  23. "Nathan Rousseau" <nathan.rousseau@planetmedica.com> wrote in message
  24. news:3b024d95$0$3124$456d72a3@news.skynet.be...
  25. > In fact, each modem is waiting for phone call...
  26. > So i use ANSWER and as soon as kermit enter in respond mode he only wait
  27. fo
  28. > call, I can't start new process from kermit... or maybe can i but i don't
  29. > know how
  30. >
  31. >
  32. > "Arthur Marsh" <arthur.marsh@adelaide.edu.au> wrote in message
  33. > news:3B023789.D5FAA37E@adelaide.edu.au...
  34. > > Hi, you can make a list of serial ports and modem types in your kermit
  35. > > script or a separate text file and for each modem have the script issue
  36. > > a SET PORT and SET MODEM command. I used this to check and reset modems
  37. > > on a Unix machine quite effectively.
  38. > >
  39. > > Nathan Rousseau wrote:
  40. > > >
  41. > > > Hi,
  42. > > >
  43. > > > I have N modems on the same computer that will use kermit.
  44. > > > - If i want to use kermit with all those modems, i have to start N
  45. times
  46. > > > kermit ? If not how can i do it?
  47. > > >
  48. > > > - If i make a batch file, Can i give some "custom" arguments from the
  49. > batch
  50. > > > file to the kermit program when i start it? If yes, how can i do it?
  51. > > >
  52. > > > Thanks in advance
  53. > > > Nathan Rousseau
  54. > >
  55. > > --
  56. > > Arthur Marsh, Network Support Officer, Information Technology Services
  57. > > The University of Adelaide SA 5005 Australia
  58. > > Ph: +61 8 8303 6109, Mobile: +61 414 260 077
  59. > >
  60. > > http://online.adelaide.edu.au/doclib.nsf/Refs/Official_Email_Disclaimer
  61. > > -----------------------------------------------------------
  62. > > This email message is intended only for the addressee(s)
  63. > > and contains information which may be confidential and/or
  64. > > copyright. If you are not the intended recipient please
  65. > > do not read, save, forward, disclose, or copy the contents
  66. > > of this email. If this email has been sent to you in
  67. > > please notify the sender by reply email and delete this
  68. > > email and any copies or links to this email immediately
  69. > > from your system. No representation is made that this email
  70. > > is free of viruses. Virus scanning is recommended and is
  71. > > the responsibility of the recipient.
  72. > >
  73. >
  74. >
  75.  
  76.  
  77.